ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Finance Assembly / C1.Web.Mvc.Finance Namespace / FinancialChart<T> Class / AxisY Property

In This Topic
    AxisY Property (FinancialChart<T>)
    In This Topic
    Gets the main Y axis.
    Syntax
    'Declaration
     
    Public ReadOnly Property AxisY As ChartAxis(Of T)
    public ChartAxis<T> AxisY {get;}
    See Also